FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package jp-core.r4#1.1.1-rc (218 ms)

Package jp-core.r4
Type StructureDefinition
Id Id
FHIR Version R4
Source http://jpfhir.jp/fhir/core/https://simplifier.net/resolve?scope=jp-core.r4@1.1.1-rc&canonical=http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationRange
Url http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationRange
Version 1.1.1
Status active
Date 2022-10-24
Name JP_MedicationRange
Title JP Core Medication Range DataType
Experimental False
Realm jp
Description このデータタイプはRange DataTypeに対して、薬剤量の上限下限に関する定義を行なったものである
Type Range
Kind complex-type

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
JP_MedicationSimpleQuantity JP Core Medication Quantity DataType


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "jp-medicationrange",
  "url" : "http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationRange",
  "version" : "1.1.1",
  "name" : "JP_MedicationRange",
  "title" : "JP Core Medication Range DataType",
  "status" : "active",
  "date" : "2022-10-24",
  "description" : "このデータタイプはRange DataTypeに対して、薬剤量の上限下限に関する定義を行なったものである",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    }
  ],
  "kind" : "complex-type",
  "abstract" : false,
  "type" : "Range",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Range",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Range",
        "path" : "Range",
        "short" : "薬剤の単位指定された上限下限量",
        "definition" : "薬剤の単位指定された上限下限量",
        "comment" : "薬剤の上限量、下限量の範囲を持っている。単位指定された数量を割り当てている。"
      },
      {
        "id" : "Range.low",
        "path" : "Range.low",
        "short" : "薬剤の上限量",
        "type" : [
          {
            "code" : "Quantity",
            "profile" : [
              "http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationSimpleQuantity"
            ]
          }
        ]
      },
      {
        "id" : "Range.high",
        "path" : "Range.high",
        "type" : [
          {
            "code" : "Quantity",
            "profile" : [
              "http://jpfhir.jp/fhir/core/StructureDefinition/JP_MedicationSimpleQuantity"
            ]
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.